@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/*---------------------------------------------------*/
/*Declaração de Variáveis*/
/*---------------------------------------------------*/

:root {
  --primary: #60bf00;
  --secundary: #8d1c16;
  --tertiary: #721713;
  --primary-strong: var(--secundary);
  --second-strong: black;  
}

/*---------------------------------------------------*/
/*Declaração de ID's*/
/*---------------------------------------------------*/
#nav-bar-tools {
  background-color: var(--primary);
  color: white !important;
  height: auto !important;
}

#nav-bar-tools input {
  height: 30px !important;
}

#navbar-ul {
    background-color: #5fbf00c1;
}

#navbar-ul a {
  font-size: 16px;
  transition: all 0.3s;
}

#navbar-ul a:hover {
  font-size: 17px;
  color: var(--second-strong) !important;
}

#last-news {
    height: 100% !important;
}

#last-news-title {
  font-size: 2.5rem !important;
  transition: all 0.3s;
}

#last-news-title:hover {
  font-size: 2.6rem !important;
  color: var(--secund-strong) !important;
}

#standout-section {
  padding-top: 15px;
  padding-bottom: 20px;
}

#standout-section ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

#standout-section a {
  width: 120px !important;
  height: 100px !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

#standout-ul a:hover {
  font-size: large !important;
  background-color: white !important;
}

@media (max-width: 425px) {
  #navbar-ul li > a {
    font-size: 12px !important;
  }

  #last-news-title {
    font-size: 1rem !important;
    font-weight: bold;
  }

  #last-news-title:hover {
    font-size: 1.1rem !important;
  }

  #last-news-subtitle {
    font-size: 8px !important;
  }
}

#parliamentary-section img {
  width: 230px !important;
  height: 300px !important;
} 

/*---------------------------------------------------*/
/*Declaração de Backgrounds*/
/*---------------------------------------------------*/

.btn:hover {
  color: var(--secundary) !important;
}

.btn-2:hover {
    color: var(--second-strong) !important;
}

.span {
  color: #fff !important;
}

.background-color-primary {
  background-color: var(--secundary) !important;
}

.background-color-secondary {
    background-color: var(--primary) !important;
  }

.background-color-primary-strong {
  background-color: var(--primary-strong) !important;
}

.background-secondary-color {
  background-color: var(--tertiary) !important;
}

.background-linear-blue-90deg {
  background: linear-gradient(
    90deg,
    rgba(29, 56, 83, 0.9) 0%,
    rgba(51, 102, 153, 0.9) 80%r
  );
}

.background-color-yellow {
  background-color: var(--secundary) !important;
}

.background-linear-blue {
  background: linear-gradient(
    90deg,
    rgba(51, 102, 153, 1) 0%,
    rgba(29, 56, 83, 1) 80%
  ); 
}

.background-access-info-title {
  background: rgb(208, 232, 255);
  background: linear-gradient(
    180deg,
    rgba(208, 232, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  );
}

.background-access-info-body {
  background: rgba(235, 235, 235, 1);
}

.background-white {
  background: white;
}

.body-background {
  background: rgb(208, 232, 255);
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 25%,
      #2e93b1 150%
    )
    fixed;
}

/*---------------------------------------------------*/
/*Definição das tag's genéricas*/
/*---------------------------------------------------*/
img {
  border-radius: 15px !important;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

main > div {
  min-height: 63vh;
}

body {
  font-family: Oswald !important;
  width: 1080px !important;
  min-height: 100vh !important;
}

@media (max-width: 1080px) {
  body {
    width: 100vw !important;
  }
}

@media (max-width: 500px) {
  footer ul {
    flex-direction: column !important;
    align-content: center !important;
  }
}

/*---------------------------------------------------*/
/*Declaração de Classes*/
/*---------------------------------------------------*/
.text-white {
  color: white !important;
}

.text-color-primary {
  color: var(--primary) !important;
}


.caminho_navegavel{
    display: flex;
    margin-left: 1rem;
}



/*---------------------------------------------------*/
/*Declaração da Acessibilidade*/
/*---------------------------------------------------*/

.acessibilidade {
  padding: 5px;
}

.acessibilidade button {
  border: none;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  color: white;
  background-color: transparent;
}

.contraste-alto,
.contraste-alto * {
  background: black !important;
  color: white !important;
  border-color: white !important;
}
.contraste-alto a,
.contraste-alto button {
  color: cyan !important;
}

/*---------------------------------------------------*/
/*Declaração da Todas Noticias*/
/*---------------------------------------------------*/

.page-noticias {
  width: 100%;
  color: var(--cor-primaria);
}

.page-noticias ul {
  list-style: none;
}

.page-noticias ul li a {
  color: var(--cor-primaria);
}

.page-noticias ul li a:hover {
  color: var(--cor-secundaria);
  text-decoration: underline !important;
}

.page-noticias ul li a h6 {
  font-size: 1em;
}

/*---------------------------------------------------*/
/*Declaração da Noticia (Single)*/
/*---------------------------------------------------*/

.page-notica {
  width: 100%;
}

.img-noticia {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.img-noticia img {
  width: 100%;
}

.foto-noticia {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}
